home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / ForCLI / 0Utils13.lha / 0Utils / Examine.doc < prev    next >
Text File  |  1995-04-05  |  886b  |  49 lines

  1.  
  2.     NAME
  3.     Examine
  4.  
  5.     SYNOPSIS
  6.     Examine - Examine a FileSystem object - Requires v37
  7.  
  8.     INPUTS
  9.     PATH/A
  10.  
  11.     FUNCTION
  12.     Call the Dos.library function Examine on a
  13.     certain Filesystem Object.
  14.  
  15.     RESULT
  16.     Outputs the different fields of a struct
  17.     FileInfoBlock
  18.  
  19.     NOTES
  20.     CLI - only
  21.  
  22.     should compile with SAS-C
  23.  
  24.     This command is IMHO senseless for everyday
  25.     usage - it does only make sense, if s.o. wants
  26.     to look inside certain structures ...
  27.     (I needed it when playing w/ a ramdisk)
  28.  
  29.     BUGS
  30.     tell me
  31.  
  32.     EXAMPLES
  33.     >Examine SYS:S
  34.     DiskKey     = 0x2BA7;
  35.     DirEntryType= 2;   /* ST_USERDIR */
  36.     FileName    = "S";
  37.     Protection  = "------------rwed";
  38.     EntryType   = 2;   /* ST_USERDIR */
  39.     Size        = 0;
  40.     NumBlocks   = 1;
  41.     Comment     = "";
  42.     OwnerUID    = 0x00000000;
  43.     OwnerGID    = 0x00000000;
  44.  
  45.     AUTHOR
  46.     Bernd Noll, Brunnenstrasse 55, D-67661 Kaiserslautern
  47.     noll@student.uni-kl.de
  48.  
  49.